home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / rwknig.zip / RWKNIGHT.TXT < prev   
Text File  |  1994-08-10  |  3KB  |  101 lines

  1.      RenderWare(tm) Animated Knight Demonstration Program
  2.      =============================================================
  3.  
  4. ----------------------------------------------------------------------------
  5. This demonstration program is copyright Criterion Software Limited 1994. 
  6. Criterion Software grants you a license to use it only in the form as 
  7. supplied. You may not disassemble, decompile or reverse engineer these 
  8. demonstration programs.
  9.  
  10. This demonstration programs is provided as is with no warranties of any
  11. kind. Criterion Software will not, under any circumstances, be liable for
  12. any lost revenue or other damages arising from the use of this
  13. demonstration program.
  14.  
  15. RenderWare is a trademark of Canon Inc.
  16. The Knight models supplied courtesy of 47Tek
  17. ----------------------------------------------------------------------------
  18.  
  19. RWKNIGHT.EXE
  20. ============
  21.  
  22. RWKNIGHT.EXE is a simple MS Windows application which demonstrates the
  23. use of RenderWare in an animated game environment. The demo shows 2
  24. knights battling and the user has the option to interactively alter the
  25. viewpoint.
  26.  
  27. Installation
  28. ============
  29. Create a new directory for the demonstration program somewhere on your
  30. hard drive. Make this directory the current directory. Unzip the
  31. demonstration archive as follows:
  32.  
  33.     pkunzip -d rwknight.zip
  34.  
  35. The demonstration program assumes that the scripts and textures it
  36. needs can be found in two sub-directories (called "SCRIPTS" and
  37. "TEXTURES" respectively) of the directory in which the demonstration
  38. executable is located. 
  39.  
  40.  
  41. Running the Demonstration
  42. =========================
  43.  
  44. To execute the demonstration use the Run... menu from either
  45. the Program or File Manager or double click on the executable's
  46. icon in the File Manager window.
  47.  
  48.  
  49. Microsoft's WinG API
  50. ====================
  51.  
  52. This demonstration includes support for the beta of Microsoft's
  53. WinG API. WinG provides fast screen updates under Windows. If you
  54. have a copy of the WinG beta installed on your machine you can
  55. have the knight demonstration make use of it by specifying
  56. a command line option, -g, when running the executable. When using
  57. WinG the "Wing" item of the "Mode" menu is enabled.
  58. By selecting this option the output image will be stretched to twice
  59. it's original rendered size.
  60.  
  61. The Demonstration
  62. =================
  63.  
  64. The demo starts up in demonstration mode. This mode flies a camera
  65. around the scene occasionally flying into the head of one or other of
  66. the knights to give a first person view.
  67.  
  68. The Demonstration Controls
  69. ==========================
  70.  
  71. To turn demo mode off, clear the demo option on the 'mode' menu.
  72.  
  73. When not in demo mode, the following controls apply.
  74.  
  75. Right mouse button      - pan camera around scene.
  76. CTRL Right mouse button - pan light around scene.
  77.  
  78. The Menus
  79. ---------
  80.  
  81. The File Menu
  82.     Exit            - Leave the demonstration
  83.  
  84. The Mode Menu
  85.     Wing            - Only available if using -g option. Toggle Wing stretching.
  86.     Demo            - Toggle demo mode.
  87.     Knight1         - Fly into Knight1 viewpoint.
  88.     Knight2         - Fly into Knight2
  89.     Observer        - Fly out to observer viewpoint.
  90.  
  91. The Help Menu
  92.     About           - Displays information about this demonstration.
  93.  
  94.  
  95.        ==========================================================
  96.  
  97.  
  98.  
  99.  
  100.  
  101.